简体版 繁體版 English
로그인 회원가입

complexity class 예문

예문모바일

  • Such algorithms belong to the complexity class 2-EXPTIME .
    이러한 알고리즘들은 2-EXPTIME 복잡도 클래스에 속한다.
  • An algorithm that requires superpolynomial time lies outside the complexity class P .
    초다항 시간을 필요로하는 알고리즘은 복잡도 클래스 P밖에 놓인다.
  • The complexity class QP consists of all problems that have quasi-polynomial time algorithms.
    QP 복잡도 클래스는 모두 준-다항 시간 알고리즘으로 이루어져있다.
  • The concept of polynomial time leads to several complexity classes in computational complexity theory.
    다항 시간의 개념은 계산 복잡도 이론에서 여러가지 복잡도 클래스로 연결된다.
  • Problems which admit exponential time algorithms on a deterministic Turing machine form the complexity class known as EXP .
    결정적 튜링 머신에 대해 지수 시간 알고리즘인 문제들은 EXP로 알려져있는 복잡도 클래스를 만든다.
  • NP : The complexity class of decision problems that can be solved on a non-deterministic Turing machine in polynomial time.
    NP: 다항 시간동안 비결정적 튜링 머신에서 해결할 수 있는 결정 문제의 복잡도 클래스
  • P : The complexity class of decision problems that can be solved on a deterministic Turing machine in polynomial time.
    P: 다항 시간동안 결정적 튜링 머신에서 해결할 수 있는 결정 문제의 복잡도 클래스
  • ZPP : The complexity class of decision problems that can be solved with zero error on a probabilistic Turing machine in polynomial time.
    ZPP: 다항 시간동안 확률적 튜링 머신에서 0의 에러확률로 해결할 수 있는 결정 문제의 복잡도 클래스
  • BPP : The complexity class of decision problems that can be solved with 2-sided error on a probabilistic Turing machine in polynomial time.
    BPP: 다항 시간동안 확률적 튜링 머신에서 양방향 에러를 가지고 해결할 수 있는 결정 문제의 복잡도 클래스
  • RP : The complexity class of decision problems that can be solved with 1-sided error on a probabilistic Turing machine in polynomial time.
    RP: 다항 시간동안 확률적 튜링 머신에서 단방향 에러를 가지고 해결할 수 있는 결정 문제의 복잡도 클래스
  • BQP : The complexity class of decision problems that can be solved with 2-sided error on a quantum Turing machine in polynomial time.
    BQP: 다항 시간 동안 양자 튜링 머신에서 양방향 에러를 가지고 해결할 수 있는 결정 문제의 복잡도 클래스
  • Any given abstract machine will have a complexity class corresponding to the problems which can be solved in polynomial time on that machine.
    모든 주어진 추상 머신은 해당 머신에 대해 다항 시간동안 해결할 수 있는 문제에 해당하는 복잡도 클래스를 갖는다.